var runtime.allgs

13 uses

	runtime (current package)
		mgcmark.go#L77: 	for _, gp := range allgs {
		mgcmark.go#L81: 	allgsSorted := make([]*g, len(allgs))
		mgcmark.go#L85: 	for _, gp := range allgs {
		proc.go#L670: 	allgs    []*g
		proc.go#L694: 	allgs = append(allgs, gp)
		proc.go#L695: 	if &allgs[0] != allgptr {
		proc.go#L696: 		atomicstorep(unsafe.Pointer(&allgptr), unsafe.Pointer(&allgs[0]))
		proc.go#L698: 	atomic.Storeuintptr(&allglen, uintptr(len(allgs)))
		proc.go#L713: 	return allgs[:len(allgs):len(allgs)]
		proc.go#L733: 	for _, gp := range allgs {